home *** CD-ROM | disk | FTP | other *** search
INI File | 1990-06-26 | 1.1 KB | 39 lines |
- ; This is a sample PROTOCOL.INI file for the NCR DOS and OS/2 NDIS StarLAN
- ; MAC Drivers. The [STARCARD] section shows examples of StarLAN MAC
- ; configuration parameter settings. The README.INI file on this disk
- ; explains these parameters and gives their default, minimum, and maximum
- ; values. The [PROTOCOL MANAGER] and [NETBEUI] sections aren't meant to
- ; be complete or realistic examples, except for the "BINDINGS = STARCARD"
- ; line in the [NETBEUI] section.
-
-
- [PROTOCOL MANAGER]
- DRIVERNAME = PROTMAN$
-
-
- [NETBEUI]
- DRIVERNAME = NETBEUI$
- BINDINGS = STARCARD
-
-
- ; Note that these parameters have default parameters (given in README.INI).
- ; A parameter need not be specified in PROTOCOL.INI if its default value is
- ; satisfactory.
-
- [STARCARD]
- DRIVERNAME = STARLAN$
- INTERRUPT = 3
- PORT_ADDRESS = 0x380
- ; NODE_ADDRESS = "08000e123456"
- FUNC_ADDRESS = NEW
- LAN_ID_ROM = 0x300
- EXTERNAL_ROM = 0xd0000
- DMA_CHANNEL0 = 3
- DMA_CHANNEL1 = 1
- NUM_GENREQ = 10
- NUM_RCVS = 5
- NUM_XMT_BUFS = 3
- RCV_BUF_SIZE = 4500
- XMT_BUF_SIZE = 1514
-
-